home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-07 | 919 b | 36 lines | [TEXT/MPS ] |
- (*
- File: CMComponent.mod
-
- Contains: Stub for including new file names.
-
- Version: Technology: ColorSync 2.0
- Package: Universal Interfaces 2.1ß1 in “MPW Prerelease” on ETO #17
-
- Copyright: © 1984-1995 by Apple Computer, Inc.
- All rights reserved.
-
- Bugs?: If you find a problem with this file, use the Apple Bug Reporter
- stack. Include the file and version information (from above)
- in the problem description and send to:
- Internet: apple.bugs.applelink.apple.com
- AppleLink: APPLE.BUGS
-
- *)
-
- (*$TAGS-*)
- (*$CALLING PASCAL*)
- MODULE CMComponent;
-
- IMPORT CMMComponent, CMPRComponent;
-
- (*
- This file has been included to allow older source code
- to #include <CMComponent.h>. Please update your source
- code to directly #include <CMMComponent.h>
- and #include <CMPRComponent.h>
-
- *)
- (* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file *)
-
- END CMComponent.
-